home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c) 1994, University of Kansas, All Rights Reserved
- //
- // Class: TTempName
- // Include File: ttempnam.h
- // Purpose: Standardized way to create a temporary file name.
- // Remarks/Portability/Dependencies/Restrictions:
- // Revision History:
- // 02-15-94 created
- #include"ttempnam.h"
-
- const char *TTempName::getName() const {
- // Purpose: Return a pointer to the temporary file name.
- // Arguments: void
- // Return Value: const char * The file name.
- // Remarks/Portability/Dependencies/Restrictions:
- // Revision History:
- // 02-15-94 created
-
- return(cp_TempName);
- }